home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / graphic / iterat31.zip / PISIN.FRM < prev    next >
Text File  |  1993-09-09  |  223b  |  23 lines

  1. ;Iterate! formula file
  2. ;by Brent Hugh
  3.  
  4. ;parameter and window defaults
  5. a = 1
  6. b = 1
  7. c = 1
  8. d = 1
  9. mu = 0
  10. xmin = -10
  11. xmax = 10
  12. ymin = -10
  13. ymax = 10
  14.  
  15. ;the function
  16. x = pi*sin(a*y)
  17. y = pi*sin(b*x)
  18.  
  19.  
  20.  
  21.  
  22.  
  23.